agents.anac.y2010.AgentSmith
Class BidHistory

java.lang.Object
  extended by agents.anac.y2010.AgentSmith.BidHistory

public class BidHistory
extends java.lang.Object


Constructor Summary
BidHistory()
           
 
Method Summary
 void addListener(IBidHistoryListener pListener)
           
 void addMyBid(Bid pBid)
           
 void addOpponentBid(Bid pBid)
           
 Bid getMyBid(int pIndex)
           
 int getMyBidCount()
           
 Bid getMyLastBid()
           
 Bid getOpponentBid(int pIndex)
           
 int getOpponentBidCount()
           
 Bid getOpponentLastBid()
           
 boolean isInsideMyBids(Bid a)
           
 void removeListener(IBidHistoryListener pListener)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BidHistory

public BidHistory()
Method Detail

addMyBid

public void addMyBid(Bid pBid)

getMyBidCount

public int getMyBidCount()

getMyBid

public Bid getMyBid(int pIndex)

getMyLastBid

public Bid getMyLastBid()

isInsideMyBids

public boolean isInsideMyBids(Bid a)

addOpponentBid

public void addOpponentBid(Bid pBid)

getOpponentBidCount

public int getOpponentBidCount()

getOpponentBid

public Bid getOpponentBid(int pIndex)

getOpponentLastBid

public Bid getOpponentLastBid()

addListener

public void addListener(IBidHistoryListener pListener)

removeListener

public void removeListener(IBidHistoryListener pListener)